Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single words that are not profane will cause an error. #119

Merged
merged 5 commits into from
Jan 26, 2023

Conversation

dmrobbins03
Copy link

If a match fails, RegExp.prototype.exec() returns null. This causes the application to crash. Added a catch for null.

@u01jmg3
Copy link

u01jmg3 commented Jun 9, 2021

Similar to #95

@web-mech web-mech added the help wanted we need help with this problem label Jan 5, 2023
@web-mech web-mech changed the base branch from master to next January 5, 2023 14:51
@smilephoenix103 smilephoenix103 merged commit dc18682 into web-mech:next Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted we need help with this problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants